.Latest-news {
  width: max-content;
  height: 100%;
  margin: 30px;
  padding: 10px;
  gap: 0px;
  -webkit-gap: 0px; /* WebKit-based browsers like Safari */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  margin-top: 10px;
}
.latest-news-heading {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  margin-left: 0px;
  ;
}
.News-heading p {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
  color: var(--text-color);
}
.News-heading:hover p{
  text-decoration: underline;
  text-underline-offset: 10px
  ;
  color: gray;
}
.News-heading {
  position: relative;
}
.news-see-more a {
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
  transition: all ease 0.5s;
  margin-right: 0px;
}
.news-see-more:hover a {
  color: var(--hover-color);
  transform: translate(-50px 50px);
}
/* LATEST NEWS MAIN BOX  SECTION START */
.latest-news-main-news {
  margin: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  height: max-content;
  gap: 0px;
  -webkit-gap: 0px; /* WebKit-based browsers like Safari */
  width: max-content;
}
.latest-news-first {
  width: 500px;
  height: 100% max-content;
  background-color: transparent;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
    url(/Images/News/ceo.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "poppins", sans-serif;
  position: relative;
  transition: all .5s ease;
  color: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 10px;
}
.latest-news-first:hover {
  transform: scale(1.06);

}

.latest-news-first-details {
  margin-top: 400px;
  padding: 10px 10px 50px 20px;
}

.latest-news-first-headline {
  font-family: "roboto", sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.latest-news-first-see-more {
  color: white;
  font-weight: 300;
  text-decoration: none;
}
.latest-news-first-sub-headline {
  margin: 5px 0px 5px 0px;
  font-weight: 200;
  font-style: italic;
  font-size: 14px
  ;
  font-family: "poppins", sans-serif;
}
.latest-news-first-see-more {
  color: rgb(22, 163, 4);
}
.latest-news-first-details a {
  color: rgb(255, 255, 255);
  margin-top: 10px;
  font-style: italic;
  color: var(--main-color);
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

/* LATEST NEWS MAIN BOX  SECTION END */

/* LATEST NEWS SMALLER BOXES SECTION START */

/* OTHERS ONE START */
.latest-news-others {
  width: 550px;
  display: grid;
  gap: 0px;
  -webkit-gap: 0px; /* WebKit-based browsers like Safari */
  grid-template-rows: 1fr 1fr;
}
.latest-news-others-one,
.latest-news-others-two {
  margin: 10px;
  overflow: hidden;
  width: auto;
  height: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "poppins", sans-serif;
  position: relative;
  transition: all .5s ease;
  color: white;
  position: relative;
}
.latest-news-others-one:hover,
.latest-news-others-two:hover {
  transform: scale(1.05);
}


.latest-news-others-one-details {
  margin-top: 140px;
  padding: 10px 10px 0px 20px;
}

.latest-news-others-one-headline {
  font-family: "poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}

.latest-news-others-one-see-more {
  color: white;
  font-weight: 300;
  text-decoration: none;
}
.latest-news-others-one-sub-headline {
  margin: 5px 0px 5px 0px;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  font-family: "poppins", sans-serif;
}
.latest-news-first-see-more {
  color: rgb(22, 163, 4);
}
.latest-news-others-one-details a {
  color: rgb(255, 255, 255);
  margin-top: 10px;
  font-style: italic;
  color: var(--main-color);
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

/* OTHERS ONE END */


.latest-news-others-one {
  background-color: transparent;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
    url(/Images/News/one.jpg);
  background-size: cover;
  background-position: top;
}

.latest-news-others-two {
  background-color: transparent;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
    url(/Images/News/Zeinab\ win\ mvp.jpg);
  background-size: cover;
  background-position: top;
}

.latest-news-others-two-details {
  margin-top: 100px;
  padding: 10px 10px 10px 20px;
}

.latest-news-others-two-headline {
  font-family: "roboto", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.latest-news-others-two-see-more {
  color: white;
  font-weight: 300;
  text-decoration: none;
}
.latest-news-others-two-sub-headline {
  margin: 5px 0px 5px 0px;
  font-weight: 300;
  font-style: italic;
  font-family: "roboto", sans-serif;
}
.latest-news-first-see-more {
  color: rgb(22, 163, 4);
}
.latest-news-others-two-details a {
  color: rgb(255, 255, 255);
  margin-top: 10px;
  font-style: italic;
  color: var(--main-color);
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

/* MEDIA QUERIES  */

/* LARGE DISPLAYS  */
@media screen and (min-width: 2570px) {
}
/*......................... LAPTOP DISPLAYS ...............  */
@media screen and (min-width: 930px) and (max-width: 1440px) {
  .Latest-news {
    width: 100%;
    height: max-content;
    margin: 30px;
    padding-left: 0px;
    padding-right: 0px;
    gap: 10px;
    -webkit-gap: 10px; /* WebKit-based browsers like Safari */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: "poppins", sans-serif !important;
    
    justify-content: center;
    margin-top: 10px;
  }
  .latest-news-heading {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -5px;
    margin-left: 20px
    ;
  }
  .News-heading p {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
    
  }
  .News-heading {
    position: relative;
  }

  .news-see-more a {
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
    transition: all ease 0.5s;
    margin-right: 50px;
  }
  .news-see-more:hover a {
    color: var(--hover-color);
    transform: translate(-50px 50px);
  }
  /* LATEST NEWS MAIN BOX  SECTION START */
  .latest-news-main-news {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    height: max-content;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    gap: 0px;
    -webkit-gap: 0px; /* WebKit-based browsers like Safari */
   
  }
  .latest-news-first {
    width:47%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "poppins", sans-serif;
    position: relative;
    transition: all 1s ease;
    color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 10px;
  }

  .latest-news-first:hover {
    transform: scale(1.05);
  }
  .latest-news-first-details {
    margin-top: 430px;
    padding: 10px 10px 60px 20px;
  }

  .latest-news-first-headline {
    font-family: "roboto", sans-serif;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
  }

  .latest-news-first-see-more {
    color: white;
    font-weight: 300;
    text-decoration: none;
  }
  .latest-news-first-sub-headline {
    margin: 5px 0px 5px 0px;
   
    font-size: 12px;
    word-spacing: 1px;
    font-weight: 200;
    font-style: italic;
    font-family: "poppins", sans-serif;
  }
  .latest-news-first-see-more {
    color: var(--main-color);
  }
  .latest-news-first-details a {
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
  }

  /* LATEST NEWS MAIN BOX  SECTION END */

  /* LATEST NEWS SMALLER BOXES SECTION START */

  /* OTHERS ONE START */
  .latest-news-others {
    width: 45%;
    display: grid;
   row-gap: 10px;
    grid-template-rows: 1fr 1fr;
  }
  .latest-news-others-one,
  .latest-news-others-two {
    margin: 5px;
    overflow: hidden;
    width: auto;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "roboto", sans-serif;
    position: relative;
    transition: all 1s ease;
    color: white;
    position: relative;
  }
  .latest-news-others-one:hover,
  .latest-news-others-two:hover {
    transform: scale(1.05);
  }

  .latest-news-others-one {
    background-color: transparent;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
      url(/Images/News/one.jpg);
    background-size: cover;
    background-position: top;
  }

  .latest-news-others-one-details {
    margin-top: 160px;
    padding: 10px 10px 10px 20px;
  }

  .latest-news-others-one-headline {
    font-family: "poppins", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
  }

  .latest-news-others-one-see-more {
    color: white;
    font-weight: 200;

    text-decoration: none;
  }
  .latest-news-others-one-sub-headline {
    margin: 5px 0px 5px 0px;
   
    font-size: 12px;
    font-style: italic;
    font-family: "poppins", sans-serif;
    word-spacing: 2px;
  }
  .latest-news-first-see-more {
    color: var(--main-color);
  }
  .latest-news-others-one-details a {
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
  }

  /* OTHERS ONE END */

  .latest-news-others-two {
    background-color: transparent;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
      url(/Images/News/Zeinab\ win\ mvp.jpg);
    background-size: contain;
    background-position: top;
  }

  .latest-news-others-two-details {
    margin-top: 130px;
    padding: 10px 10px 10px 20px;
  }

  .latest-news-others-two-headline {
    font-family: "poppins", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
  }

  .latest-news-others-two-see-more {
    color: white;
    font-weight: 200;
    font-size: 12px;
    text-decoration: none;
  }
  .latest-news-others-two-sub-headline {
    margin: 5px 0px 5px 0px;
    font-weight: 200;
    font-size: 12px;
    font-style: italic;
    font-family: "poppins", sans-serif;
    word-spacing: 2px;
  }
  .latest-news-first-see-more {
    color: rgb(22, 163, 4);
  }
  .latest-news-others-two-details a {
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
  }
}

/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 770px) and (max-width: 929px) {
  .Latest-news {
    width: 100%;
    height: max-content;
    margin: 30px;
    padding-left: 0px;
    padding-right: 0px;
    gap: 10px;
    -webkit-gap: 10px; /* WebKit-based browsers like Safari */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .latest-news-heading {
    padding: 10px 30px 10px 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -10px;
    gap: 0px;
    -webkit-gap:0px; /* WebKit-based browsers like Safari */
  }
  .News-heading p {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    margin-left: 50px
    ;
  }
  .News-heading {
    position: relative;
  }

  .news-see-more {
    margin-right: 40px;
  }
  .news-see-more a {
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--main-color);
    transition: all ease 0.5s;
  }
  .news-see-more:hover a {
    color: var(--hover-color);
    transform: translate(-50px 50px);
  }
  /* LATEST NEWS MAIN BOX  SECTION START */
  .latest-news-main-news {
    margin: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: max-content;
    gap: 20px;
    width: 90%;
    -webkit-gap: 20px; /* WebKit-based browsers like Safari */
    width: max-content;
  }
  .latest-news-first {
    width: 700px;
    height:max-content;
    background-color: transparent;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
      url(/Images/News/ceo.jpg);
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "roboto", sans-serif;
    position: relative;
    transition: all 1s ease;
    color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    overflow: hidden;
  }
  .latest-news-first:hover {
    transform: scale(1.05);
  }
  /* LATEST NEWS MAIN BOX  SECTION END */

  /* LATEST NEWS SMALLER BOXES SECTION START */

  /* OTHERS ONE START */
  .latest-news-others {
    width: 100%
    ;
    display: grid;
    gap: 10px;
    -webkit-gap: 10px; /* WebKit-based browsers like Safari */
    grid-template-rows: 1fr 1fr;
  }
  .latest-news-others-one,
  .latest-news-others-two {
    margin: 5px;
    overflow: hidden;
 
    height: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "poppins", sans-serif;
    position: relative;
    transition: all 1s ease;
    color: white;
    position: relative;
    width: 700px;
  }
  .latest-news-others-one:hover,
  .latest-news-others-two:hover {
    transform: scale(1.05);
  }

  .latest-news-others-one {
    background-color: transparent;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
      url(/Images/News/one.jpg);
    background-size: cover;
    background-position: top;
  }

  .latest-news-first-details,
  .latest-news-others-one-details,
  .latest-news-others-two-details {
    margin-top: 500px;
    padding: 10px 10px 50px 20px;
  }

  .latest-news-first-headline,
  .latest-news-others-one-headline,
  .latest-news-others-two-headline {
    font-family: "poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
  }

  .latest-news-first-see-more,
  .latest-news-others-one-see-more,
  .latest-news-others-two-see-more {
    color: white;
    font-weight: 200;
    text-decoration: none;
    font-family: "poppins";
    font-size: 15px;

  }
  .latest-news-first-sub-headline,
  .latest-news-others-one-sub-headline,
  .latest-news-others-two-sub-headline{
    margin: 5px 0px 5px 0px;
    font-weight: 300;
    font-size: 14px;
    font-weight: 200;
    font-style: italic;
    font-family: "poppins", sans-serif;
  }
  .latest-news-first-see-more {
    color: var(--main-color);
  }
  .latest-news-first-details a {
    margin-top: 30px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
  } 
 
  .latest-news-first-see-more {
    color: var(--main-color);
  }
  .latest-news-others-one-details a {
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
  }

  .latest-news-others-two-see-more {
    color: white;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
  }

  .latest-news-first-see-more {
    color: var(--main-color);
  }
  .latest-news-others-two-details a {
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
  }
}

/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 320px) and (max-width: 769px) {
  .Latest-news {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 50px;
   
  }
  .latest-news-heading {
    padding: 10px 30px 10px 10px ;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    overflow: hidden;
    
  }
  .News-heading p {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    margin-left: 20px;
  }
  .News-heading {
    position: relative;
  }

  /* .news-see-more {
  } */
  .news-see-more a {
    margin-right: 10px;
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: var(--main-color);
    transition: all ease 0.5s;
  }
  .news-see-more:hover a {
    color: var(--hover-color);
    transform: translate(-50px 50px);
  }
  /* LATEST NEWS MAIN BOX  SECTION START */
  .latest-news-main-news {
    display: flex;
    flex-direction: column;
    height: max-content;
    gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    margin: 0px !important;
    padding: 0px !important;
    -webkit-gap: 0px; /* WebKit-based browsers like Safari */
  
  }
  .latest-news-first {
    width: 93%;
    height:max-content;
    background-color: transparent;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 1.5)),
      url(/Images/News/ceo.jpg);
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "poppins", sans-serif;
    position: relative;
    transition: all .5s ease;
    color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 0px;
  }

  .latest-news-first:hover {
    transform: scale(1.03);
  }
  .latest-news-first-details,
  .latest-news-others-one-details,
  .latest-news-others-two-details {
    margin-top: 200px;
    padding: 10px 10px 50px 20px;
  }

  .latest-news-first-headline,
  .latest-news-others-one-headline,
  .latest-news-others-two-headline {
    font-family: "poppins", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
  }

  .latest-news-first-see-more,
  .latest-news-others-one-see-more,
  .latest-news-others-two-see-more {
    color: white;
    font-weight: 300;
    text-decoration: none;
  }
  .latest-news-first-sub-headline
  .latest-news-others-one-sub-headline,
  .latest-news-others-two-sub-headline {
    margin: 5px 0px 5px 0px;
    font-weight: 100;
    font-size: 9px;
    font-weight: 100;
    font-style: italic;
    font-family: "poppins", sans-serif;
  }
  
  .latest-news-first-details a {
   
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
  }

  /* OTHERS ONE START */
  .latest-news-others {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 0px;
    margin: 0px 0px 0px 20px ;
   
 
  }
  .latest-news-others-one,
  .latest-news-others-two {
    margin: 10px 0px 0px 0px ;
    overflow: hidden;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "roboto", sans-serif;
    position: relative;
    transition: all 1s ease;
    color: white;
    position: relative;
    width: 93%;
  
  }
  .latest-news-others-one:hover,
  .latest-news-others-two:hover {
    transform: scale(1.05);
  }
  .latest-news-others-one-details a {
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
  }

  .latest-news-others-two-details a {
    margin-top: 10px;
    font-style: italic;
    color: var(--main-color);
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
  }
}
